func runtime.cgoIsGoPointer

16 uses

	runtime (current package)
		cgocall.go#L406: 		if p == nil || !cgoIsGoPointer(p) {
		cgocall.go#L476: 		if !cgoIsGoPointer(p) {
		cgocall.go#L492: 		if !cgoIsGoPointer(p) {
		cgocall.go#L503: 		if p == nil || !cgoIsGoPointer(p) {
		cgocall.go#L518: 		if !cgoIsGoPointer(ss.str) {
		cgocall.go#L547: 		if !cgoIsGoPointer(p) {
		cgocall.go#L576: 			if hbits.isPointer() && cgoIsGoPointer(*(*unsafe.Pointer)(unsafe.Pointer(base + i))) {
		cgocall.go#L603: func cgoIsGoPointer(p unsafe.Pointer) bool {
		cgocheck.go#L26: 	if !cgoIsGoPointer(unsafe.Pointer(src)) {
		cgocheck.go#L29: 	if cgoIsGoPointer(unsafe.Pointer(dst)) {
		cgocheck.go#L70: 	if !cgoIsGoPointer(src) {
		cgocheck.go#L73: 	if cgoIsGoPointer(dst) {
		cgocheck.go#L90: 	if !cgoIsGoPointer(src) {
		cgocheck.go#L93: 	if cgoIsGoPointer(dst) {
		cgocheck.go#L158: 			if cgoIsGoPointer(v) {
		cgocheck.go#L191: 				if cgoIsGoPointer(v) {